application: Replace accelerator handling with shortcuts
authorBenjamin Otte <otte@redhat.com>
Wed, 22 Aug 2018 23:23:24 +0000 (01:23 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 03:00:51 +0000 (23:00 -0400)
commitdf792a088db2de76f3f98ab30695814f3e93e2a9
tree5cb568860c1df6cebe873bf96f3628e30f6ec2b8
parent94ef20ea362eb568b4fb026def780675f09f06d0
application: Replace accelerator handling with shortcuts

API remains the same, but activation is now done via a
shortcutcontroller.

The code uses a controller with global scope so that the
shortcuts are managed with all the other global shortcuts.
gtk/gtkapplicationaccels.c
gtk/gtkapplicationaccelsprivate.h
gtk/gtkwindow.c